home *** CD-ROM | disk | FTP | other *** search
/ Halting the Hacker - A P…uide to Computer Security / Halting the Hacker - A Practical Guide to Computer Security.iso / rfc / rfc1755.txt < prev    next >
Text File  |  1997-04-01  |  72KB  |  1,796 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                           M. Perez
  8. Request for Comments: 1755                                           ISI
  9. Category: Standards Track                                        F. Liaw
  10.                                                       FORE Systems, Inc.
  11.                                                                A. Mankin
  12.                                                               E. Hoffman
  13.                                                                      ISI
  14.                                                              D. Grossman
  15.                                                           Motorola Codex
  16.                                                                 A. Malis
  17.                                                     Ascom Timeplex, Inc.
  18.                                                            February 1995
  19.  
  20.  
  21.                  ATM Signaling Support for IP over ATM
  22.  
  23. Status of this Memo
  24.  
  25.    This document specifies an Internet standards track protocol for the
  26.    Internet community, and requests discussion and suggestions for
  27.    improvements.  Please refer to the current edition of the "Internet
  28.    Official Protocol Standards" (STD 1) for the standardization state
  29.    and status of this protocol.  Distribution of this memo is unlimited.
  30.  
  31. Abstract
  32.  
  33.    This memo describes the ATM call control signaling exchanges needed
  34.    to support Classical IP over ATM implementations as described in RFC
  35.    1577 [LAUB94]. ATM endpoints will incorporate ATM signaling services
  36.    as specified in the ATM Forum User-Network Interface (UNI)
  37.    Specification Version 3.1 [ATMF94]. IP over ATM implementations
  38.    utilize the services of local ATM signaling entities to establish and
  39.    release ATM connections. This memo should be used to define the
  40.    support required by IP over ATM implementations from their local ATM
  41.    signaling entities.
  42.  
  43.    This document is an implementors guide intended to foster
  44.    interoperability among RFC 1577, RFC 1483, and UNI ATM signaling.  It
  45.    applies to IP hosts and routers which are also ATM endsystems and
  46.    assumes ATM networks that completely implement the ATM Forum UNI
  47.    Specification Version 3.1. Unless explicitly stated, no distinction
  48.    is made between the Private and Public UNI.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 1]
  59.  
  60. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  61.  
  62.  
  63.    UNI 3.1 is considered an erratum to the UNI 3.0 specification. It has
  64.    been produced by the ATM Forum, largely for reasons of alignment with
  65.    Recommendation Q.2931. Although UNI 3.1 is based on UNI 3.0 there are
  66.    several changes that make the two versions incompatible. A
  67.    description of how to support IP over ATM using UNI 3.0 is found in
  68.    Appendix B.
  69.  
  70. Table of Contents
  71.  
  72.      1.  Conventions ...............................................   3
  73.      2.  Overview ..................................................   3
  74.      3.  Use of Protocol Procedures ................................   4
  75.          3.1  VC Establishment .....................................   4
  76.          3.2  Multiprotocol Support on VCs  ........................   4
  77.          3.3  Support for Multiple VCs .............................   5
  78.          3.4  VC Teardown...........................................   6
  79.      4.  Overview of UNI Call Setup Signaling ......................   6
  80.      5.  Overview of Call Establishment Message Content ............   7
  81.      6.  Information Elements with Endpoint Significance ...........   8
  82.          6.1  ATM Adaptation Layer Parameters ......................   8
  83.          6.2  Broadband Low Layer Information  .....................   8
  84.               6.2.1  Framework for Protocol Layering ...............   9
  85.      7.  Information Elements with Significance to the ATM Network .  11
  86.          7.1  ATM Traffic Descriptor ...............................  11
  87.          7.2  Broadband Bearer Capability ..........................  15
  88.          7.3  QoS Parameter.........................................  16
  89.          7.4  ATM Addressing Information ...........................  16
  90.      8.  Dealing with Failure of Call Establishment.................  18
  91.      9. Security Considerations ....................................  18
  92.      10. Open Issues ...............................................  19
  93.      11. Acknowledgements...........................................  19
  94.      12. References ................................................  19
  95.      13. Authors' Addresses ........................................  20
  96.      Appendix A  Sample Signaling Messages .........................  22
  97.      Appendix B  IP over ATM using UNI 3.0 Signaling ...............  25
  98.      Appendix C  Combinations of Traffic Related Parameters ........  27
  99.      Appendix D  Frame Relay Interworking ..........................  28
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 2]
  115.  
  116. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  117.  
  118.  
  119. 1.  Conventions
  120.  
  121. The following language conventions are used in the items of
  122. specification in this document:
  123.  
  124.    o   MUST, SHALL, or MANDATORY -- the item is an absolute requirement
  125.        of the specification.
  126.  
  127.    o   SHOULD or RECOMMEND -- this item SHOULD generally be followed for
  128.        all but exceptional circumstances.
  129.  
  130.    o   MAY or OPTIONAL -- the item is truly optional and MAY be followed
  131.        or ignored according to the needs of the implementor.
  132.  
  133. 2.  Overview
  134.  
  135.    In a Switched Virtual Connection (SVC) environment, ATM virtual
  136.    channel connections (VCCs) are dynamically established and released
  137.    as needed. This is accomplished using the ATM call/connection control
  138.    signaling protocol, which operates between ATM endsystems and the ATM
  139.    network.  The signaling entities use the signaling protocol to
  140.    establish and release calls (association between ATM endpoints) and
  141.    connections (VCCs).  Signaling procedures include the use of
  142.    addressing to locate ATM endpoints and allocation of resource in the
  143.    network for the connection.  It also provides indication and
  144.    negotiation between ATM endpoints for selection of end-to-end
  145.    protocols and their parameters.  This memo describes how the
  146.    signaling protocol is used in support of IP over ATM, and, in
  147.    particular, the information exchanged in the signaling protocol to
  148.    effect this support.
  149.  
  150.    IP address to ATM address resolution and routing issues are not in
  151.    the scope of this memo, and are treated as part of IP in figure 1.
  152.  
  153.               +--------------+     +------+     +----------+
  154.               |              |     |      |<--->| IP / ARP |
  155.               |              |<--->| This |     | RFC 1577 |
  156.               |    ATM       |     | Memo |     +----------+
  157.               |  signaling   |     |      |<--->| RFC 1483 |
  158.               |              |     +------+     +----------+
  159.               |              |   -------------> |  AAL 5   |
  160.               |              |                  +----------+
  161.               |              |   -------------> |   ATM    |
  162.               +--------------+                  +----------+
  163.  
  164.                                   Figure 1.
  165.                  Relationship of this memo to IP, RFC 1483,
  166.                          ATM signaling, ATM and AAL5
  167.  
  168.  
  169.  
  170. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 3]
  171.  
  172. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  173.  
  174.  
  175. 3.  Use of Protocol Procedures
  176.  
  177.    The following requirements are motivated to provide implementation
  178.    guidelines on how multiple ATM connections between peer systems
  179.    SHOULD be managed, to prevent connection thrashing and related
  180.    problems.
  181.  
  182. 3.1.  VC Establishment
  183.  
  184.    The owner of an existing VCC is defined to be the entity within the
  185.    ATM endsystem that establishes the connection.  An ATM endsystem MAY
  186.    establish an ATM call when it has a datagram to send and either there
  187.    is no existing VCC that it can use for this purpose, it chooses not
  188.    to use an existing VCC, (e.g., for reasons of route optimization or
  189.    quality of service), or the VCC owner does not allow sharing.
  190.  
  191.    To reduce the latency of the address resolution procedure at the
  192.    called station, the following procedure MAY be used:
  193.  
  194.    If a VCC is established using the LLC/SNAP encapsulation, the calling
  195.    endstation of the VCC MAY send an InARP_REQUEST to the called
  196.    endstation after the connection is established (i.e. received a
  197.    CONNECT message) and before the calling endstation sends the first
  198.    data packet.  In addition, the calling endstation MAY send its data
  199.    packets without waiting for the InARP_REPLY. An endstation MAY
  200.    respond, generate, and manage its ATMARP table according to the
  201.    procedures specified in RFC1293 [BRAD92], Section 7, "Protocol
  202.    Operation", during the life time of the VCC.
  203.  
  204.    To avoid establishing multiple VCCs to the same endstation, a called
  205.    endstation MAY associate the calling party number in the SETUP
  206.    message with the established VCC. This VCC MAY be used to transmit
  207.    data packets destined to a endstation whose ATMARP resolution results
  208.    in an ATM address that is the same as the associated calling party
  209.    number.  Sharing of VCCs is subject to the policies configured at the
  210.    endstation as described in section 4.3 of this recommendation.
  211.  
  212. 3.2.  Multiprotocol Support on VCs
  213.  
  214.    When two ATM endsystems run multiple protocols, an ATM connection MAY
  215.    be shared among two or more datagram protocol entities, as long as
  216.    the VCC owner allows sharing and if the encapsulation allows proper
  217.    multiplexing and demultiplexing (i.e. the LLC/SNAP encapsulation).
  218.    This indication of sharing a VCC MAY be by configuration or via an
  219.    API.  Similarly, the Internet layer supports multiplexing of multiple
  220.    end-to-end transport sessions.  To properly detect idle connections
  221.    while sharing a VCC among more than one higher layer protocol
  222.    entities, the ATM endsystem MUST monitor the traffic at the lowest
  223.  
  224.  
  225.  
  226. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 4]
  227.  
  228. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  229.  
  230.  
  231.    multiplexing layer.
  232.  
  233. 3.3.  Support for Multiple VCs
  234.  
  235.    An ATMARP server or client MAY establish an ATM call when it has a
  236.    datagram to send and either there is no existing VCC that it can use
  237.    for this purpose, it chooses not to use an existing VCC, or the owner
  238.    of the VCC does not allow sharing. Note that there might be VCCs to
  239.    the destination which are used for IP, but an ARP server might prefer
  240.    to use a separate VCC for ARP only. The ATMARP server or client MAY
  241.    maintain or release the call as specified in RFC 1577. However, if
  242.    the VCC is shared among several protocol entities, the ATMARP client
  243.    or server SHALL NOT disconnect the call as suggested in RFC 1577.
  244.  
  245.    Systems MUST be able to support multiple connections between peer
  246.    systems (without regard to which peer system initiated each
  247.    connection).  They MAY be configured to only allow one such
  248.    connection at a time.
  249.  
  250.    If a receiver accepts more than one call from a single source, that
  251.    receiver MUST then accept incoming PDUs on the additional
  252.    connection(s), and MAY transmit on the additional connections.
  253.    Receivers SHOULD NOT accept the incoming call, only to close the
  254.    connection or ignore PDUs from the connection.
  255.  
  256.    Because opening multiple connections is specifically allowed,
  257.    algorithms to prevent connection call collision, such as the one
  258.    found in section 8.4.3.5 of ISO/IEC 8473 [ISO8473], MUST NOT be
  259.    implemented.
  260.  
  261.    While allowing multiple connections is specifically desired and
  262.    allowed, implementations MAY choose (by configuration) to permit only
  263.    a single connection to some destinations.  Only in such a case, if a
  264.    colliding incoming call is received while a call request is pending,
  265.    the incoming call MUST be rejected.  Note that this MAY result in a
  266.    failure to establish a connection.  In such a case, each system MUST
  267.    wait at least a configurable collision retry time in the range 1 to
  268.    10 seconds before retrying.  Systems MUST add a random increment,
  269.    with exponential backoff.
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 5]
  283.  
  284. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  285.  
  286.  
  287. 3.4.  VC Teardown
  288.  
  289.    Either endsystem MAY close a connection. If the connection is closed
  290.    or reset while a datagram is being transmitted, the datagram is lost.
  291.    Systems SHOULD be able to configure a minimum holding time for
  292.    connections to remain open as long as the endpoints are up.  (Note
  293.    that holding time, the time the connection has been open, differs
  294.    from idle time.)  A suggested default value for the minimum holding
  295.    time is 60 seconds.
  296.  
  297.    Because some public networks MAY charge for connection holding time,
  298.    and connections MAY be a scarce resource in some networks or
  299.    endsystems, each system implementing a Public ATM UNI interface MUST
  300.    support the use of a configurable inactivity timer to clear
  301.    connections that are idle for some period of time.  The timer's range
  302.    SHOULD include a range from a small number of minutes to "infinite".
  303.    A default value of 20 minutes is RECOMMENDED. Systems which only
  304.    implement a Private ATM UNI interface SHOULD support the inactivity
  305.    timer.  If implemented, the inactivity timer MUST monitor traffic in
  306.    both directions of the connection.
  307.  
  308. 4.  Brief Overview of UNI Call Setup Signaling Procedures and Messages
  309.  
  310.    This section provides a summary of point-to-point signaling
  311.    procedures. Readers are referred to [ATMF93].
  312.  
  313.    UNI signaling messages used for point-to-point call/connection
  314.    control are the following:
  315.  
  316.                Call Setup                       Call Release
  317.                ----------                       ------------
  318.                  SETUP                             RELEASE
  319.                  CALL PROCEEDING                   RELEASE COMPLETE
  320.                  CONNECT
  321.                  CONNECT ACKNOWLEDGE
  322.  
  323.    An ATM endpoint initiates a call request by sending a SETUP message
  324.    to the network. The network processes the call request to determine
  325.    if the call can be progressed. If so, the network indicates the value
  326.    of the newly allocated VPCI/VCI in its first response to the the
  327.    SETUP message, which is either a CALL PROCEEDING or CONNECT message.
  328.    If a call cannot be accepted, by the network or destination ATM end-
  329.    point, a RELEASE COMPLETE is sent.  At the destination ATM endpoint,
  330.    the network offers the call using the SETUP message.  If the
  331.    destination endpoint is able to accept the call, it responds with a
  332.    CONNECT message (which MAY be preceded by a CALL PROCEEDING);
  333.    otherwise, it sends a RELEASE COMPLETE message.  See Appendix A,
  334.    Section 2 for guidance on the use of the CALL PROCEEDING message.
  335.  
  336.  
  337.  
  338. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 6]
  339.  
  340. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  341.  
  342.  
  343.    Call release can be initiated by either endpoint or (rarely) by the
  344.    network.  When an endpoint wishes to release a call, it sends a
  345.    RELEASE message to the network. The network responds with a RELEASE
  346.    COMPLETE message, frees up resources associated with the call, and
  347.    initiates clearing toward the other endpoint. The network initiates
  348.    clearing by sending a RELEASE message to the ATM endpoint, which
  349.    reponds by sending a RELEASE COMPLETE message.  Upon receipt of the
  350.    RELEASE COMPLETE message, the network frees any resources associated
  351.    with the call.
  352.  
  353. 5.  Overview of Call Establishment Message Content
  354.  
  355.    Signaling messages are structured to contain mandatory and optional
  356.    variable length information elements (IEs).  IEs are further
  357.    subdivided into octet groups, which in turn are divided into fields.
  358.    IEs contain information related to the call, which is relevant to the
  359.    network, the peer endpoint or both.  Selection of optional IEs and
  360.    the content of mandatory and optional IEs in a call establishment
  361.    message determines the parties to and nature of the communication
  362.    over the ATM connection. For example, the call establishment message
  363.    for a call which will be used for constant bitrate video over AAL 1
  364.    will have different contents than a call which will be used for IP
  365.    over AAL 5.
  366.  
  367.    A SETUP message which establishes an ATM connection to be used for IP
  368.    and multiprotocol interconnection calls MUST contain the following
  369.    IEs:
  370.  
  371.         AAL Parameters
  372.         ATM Traffic Descriptor
  373.         Broadband Bearer Capability
  374.         Broadband Low Layer Information
  375.         QoS Parameter
  376.         Called Party Number
  377.         Calling Party Number
  378.  
  379.    and MAY, under certain circumstance contain the following IEs:
  380.  
  381.         Calling Party Subaddress
  382.         Called Party Subaddress
  383.         Transit Network Selection
  384.  
  385.    In UNI 3.1, the AAL Parameters and the Broadband Low Layer
  386.    Information IEs are optional in a SETUP message.  However, in support
  387.    of IP over ATM these two IEs MUST be included. Appendix A shows an
  388.    example SETUP message coded in the manner indicated in this memo.
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 7]
  395.  
  396. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  397.  
  398.  
  399. 6.  Information Elements with Endpoint to Endpoint Significance
  400.  
  401.    This section describes the coding of, and procedures surrounding,
  402.    information elements in a SETUP message with significance only to the
  403.    endpoints of an ATM call supporting IP.
  404.  
  405. 6.1.  ATM Adaptation Layer Parameters
  406.  
  407.    The AAL Parameters IE (see section 5.4.5.5 and Annex F of [ATMF93])
  408.    carries information about the ATM Adaptation Layer (AAL) to be used
  409.    on the connection. RFC 1483 specifies encapsulation of IP over AAL 5.
  410.    Thus, AAL 5 MUST be indicated in the "AAL type" field.
  411.  
  412.    Coding and procedure related to the 'Forward and Backward Maximum
  413.    CPCS-SDU Size' fields are discussed in [ATKI94]. Values may range
  414.    from zero to 65,535. Although the default IP over AAL 5/ATM is 9188
  415.    bytes, endstations are encouraged to support MTU sizes up to and
  416.    including 64k.
  417.  
  418.    Ordinarily, no Service Specific Convergence Sublayer (SSCS) will be
  419.    used for multiprotocol interconnect over AAL5.  Therefore, the SSCS
  420.    'type' field SHOULD be absent or, if present, coded to Null SSCS.
  421.  
  422.           Format and field values of AAL Parameters IE
  423.  
  424.           ----------------------------------------------------------
  425.           | aal_parameters                                         |
  426.           ----------------------------------------------------------
  427.           |  aal_type                    5        (AAL 5)          |
  428.           |  fwd_max_sdu_size_identifier 140                       |
  429.           |  fwd_max_sdu_size            65,535   (desired IP MTU) |
  430.           |  bkw_max_sdu_size_identifier 129                       |
  431.           |  bkw_max_sdu_size            65,535   (desired IP MTU) |
  432.           |  sscs_type identifier        132                       |
  433.           |  sscs_type                   0        (null SSCS)      |
  434.           ----------------------------------------------------------
  435.  
  436. 6.2.  Broadband Low Layer Information
  437.  
  438.    Selection of an encapsulation to support IP over an ATM VCC is done
  439.    using the Broadband Low Layer Information (B-LLI) IE, along with the
  440.    AAL Parameters IE, and the B-LLI negotiation procedure.
  441.  
  442.    RFC 1577 specifies LLC/SNAP as the default encapsulation.  This
  443.    encapsulation MUST be implemented by all endstations.  LLC
  444.    encapsulation MUST be signaled in the B-LLI as shown below.
  445.    Signaling indication of other encapsulations is discussed in Appendix
  446.    D, Section 4.  Note that only LLC is indicated in the B-LLI. It is up
  447.  
  448.  
  449.  
  450. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 8]
  451.  
  452. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  453.  
  454.  
  455.    to the LLC layer to look into the encapsulation header of the packets
  456.    following call setup. A B-LLI specifying both LLC and a layer_3_id
  457.    SNAP layer is not recommended.  If in those packets, the SNAP header
  458.    indicates IP, it is the LLC layer's job to hand the packets up to IP.
  459.  
  460.           Format of B-LLI IE indicating LLC/SNAP encapsulation
  461.  
  462.           ----------------------------------------------------------
  463.           | bb_low_layer_information                               |
  464.           ----------------------------------------------------------
  465.           |  layer_2_id                 2                          |
  466.           |  user_information_layer     12  (lan_llc - ISO 8802/2) |
  467.           ----------------------------------------------------------
  468.  
  469. 6.2.1.  Framework for Protocol Layering
  470.  
  471.    The support of connectionless services from a connection oriented
  472.    link layer exposes general problems of connection management,
  473.    specifically the problems of connection acceptance, assignment of
  474.    quality of service, and connection shutdown. For a connection to be
  475.    associated with the correct protocol on the called host, it is
  476.    necessary for information about one or more layers of protocol
  477.    identification to be associated with a connection "management entity"
  478.    or "endpoint".  This association is what we call a binding in this
  479.    memo.  In this section we attempt to describe a framework for a
  480.    usable binding or service architecture given the available IEs in the
  481.    ATM call control messages.
  482.  
  483.    It is important to distinguish between two basic uses of protocol
  484.    identification elements present in the UNI setup message. The first
  485.    is the description of the protocol encapsulation that will be used on
  486.    the data packet over the virtual connection, the second is the entity
  487.    that will be responsible for managing the call. All protocols present
  488.    in various IEs MUST be used to encapsulate the call, but the most
  489.    specific, or highest, layer specified SHOULD manage the call. This
  490.    defines a hierarchy of services and provides a framework for
  491.    applications, including LLC and IP, to terminate calls. This
  492.    hierarchy provides a clear mechanism for support of higher level
  493.    protocol and application bindings, when their use and specification
  494.    is defined in the appropriate standards bodies.
  495.  
  496.    In general, it would be desirable to allow data packets to be stored
  497.    directly into an application's address space after connection is
  498.    established.  This is possible only if we have both encapsulation and
  499.    managing entity indications in the signaling message.
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                  [Page 9]
  507.  
  508. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  509.  
  510.  
  511.    The B-LLI is the only information element currently available in UNI
  512.    3.1 for designating protocol endpoints. It contains codepoints that
  513.    describe layer 2 and layer 3 protocol entities associated with the
  514.    call. There are other information elements under consideration in the
  515.    ATM Forum and ITU, which could come to play a significant role in the
  516.    description of application to connection binding, but their use is
  517.    not yet defined, and they are not part of the framework described by
  518.    RFC 1577. They include B-HLI, for containing information for a higher
  519.    layer protocol, Network Layer Information (NLI) to contain
  520.    information for the network layer, and UUI, which is meant to carry
  521.    information for use by the top level application.
  522.  
  523.    The following figure shows a B-LLI that MAY be used for specifying in
  524.    call setup that IP will manage the call and that this VC will be used
  525.    only for IP traffic. Called parties MUST accept this B-LLI.  The
  526.    caller using VC MUST use LLC-SNAP encapsulation on all IP datagrams,
  527.    despite the fact that the caller views the VC as dedicated to IP.
  528.    The reason for this requirement is that while we require receivers to
  529.    accept this form of call setup, they may choose whether or not to
  530.    multiplex the call through LLC, in other words to ignore the Layer 3
  531.    information.  This choice is dependent on the receiver's
  532.    implementation's  protocol architecture and is local to the receiver.
  533.  
  534.            Format of B-LLI IE indicating VC ownership by IP
  535.              (NOTE: LLC/SNAP encapsulation is still used)
  536.  
  537.           ----------------------------------------------------------
  538.           | bb_low_layer_information                               |
  539.           ----------------------------------------------------------
  540.           |  layer_2_id                 2                          |
  541.           |  user_information_layer     12  (lan_llc - ISO 8802/2) |
  542.           |  layer_3_id                 3                          |
  543.           |  ISO/IEC TR 9577 IPI        204 (0xCC)                 |
  544.           ----------------------------------------------------------
  545.  
  546.    Null-encapsulated VCs are described in RFC 1483. Such a VC would
  547.    result in the most direct form of binding a VC to IP.  However, the
  548.    method of signaling for this type of VC has not yet been integrated
  549.    into the IP over ATM context.  For completeness, we mention that the
  550.    signaling would use a B-LLI containing the layer 3 identifier with
  551.    the ISO/IEC TR-9577 protocol codepoint and omitting the layer 2
  552.    identifier [ATMF93].  Since no layer 2 is specified, frames produced
  553.    by AAL processing would be given directly to IP.  Processing of this
  554.    B-LLI is not required at this time.
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 10]
  563.  
  564. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  565.  
  566.  
  567. 7.  Information Elements with Significance to the ATM Network
  568.  
  569.    This section describes the coding of, and procedures surrounding,
  570.    information elements with significance to the ATM network, as well as
  571.    the endpoints of an ATM call supporting multiprotocol operation.
  572.  
  573.    The standards, implementation agreements, research and experience
  574.    surrounding such issues as traffic management, quality of service and
  575.    bearer service description are still evolving.  Much of this material
  576.    is cast to give the greatest possible latitude to ATM network
  577.    implementation and service offerings.  ATM endsystems need to match
  578.    the traffic contract and bearer service they request from the network
  579.    to the capabilities offered by the network.  Therefore, this memo can
  580.    only offer what, at the present time, are the most appropriate and
  581.    efficient coding rules to follow for setting up IP and ATMARP VCCs.
  582.    Future revisions of this memo may take advantage of ATM services and
  583.    capabilities that are not yet available.
  584.  
  585. 7.1.  ATM Traffic Descriptor
  586.  
  587.    The ATM traffic descriptor characterizes the ATM virtual connection
  588.    in terms of peak cell rate (PCR), sustainable cell rate (SCR), and
  589.    maximum burst size.  This information is used to allocate resources
  590.    (e.g., bandwidth, buffering) in the network.  In general, the ATM
  591.    traffic descriptor for supporting multiprotocol interconnection over
  592.    ATM will be driven by factors such as the capacity of the network,
  593.    conformance definition supported by the network, performance of the
  594.    ATM endsystem and (for public networks) cost of services.
  595.  
  596.    The most convenient model of IP behavior corresponds to the Best
  597.    Effort Capability (see section 3.6.2.4 of [ATMF93]). If this
  598.    capability is offered by the ATM network(s), it MAY be requested by
  599.    including the Best Effort Indicator, the peak cell rate forward
  600.    (CLP=0+1) and peak cell rate backward (CLP=0+1) fields in the ATM
  601.    Traffic Descriptor IE. When the Best Effort Capability is used, no
  602.    guarantees are provided by the network, and in fact, throughput may
  603.    be zero at any time.  This type of behavior is also described by RFC
  604.    1633 [BRAD94].
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 11]
  619.  
  620. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  621.  
  622.  
  623.           Format and field values of ATM Traffic Descriptor IE
  624.  
  625.           ----------------------------------------------------------
  626.           | traffic_descriptor                                     |
  627.           ----------------------------------------------------------
  628.           |  fwd_peak_cell_rate_0+1_identifier    132              |
  629.           |  fwd_peak_cell_rate_0+1               (link rate)      |
  630.           |  bkw_peak_cell_rate_0+1_identifier    133              |
  631.           |  bkw_peak_cell_rate_0+1               (link rate)      |
  632.           |  best_effort_indication               190              |
  633.           ----------------------------------------------------------
  634.  
  635.    When the network does not support Best Effort Capability or more
  636.    predictable ATM service is desired for IP, more specific traffic
  637.    parameters MAY be specified and the Best Effort capability not used.
  638.    Doing so includes use of two other traffic-related IEs and is
  639.    discussed in the following paragraphs and sections.
  640.  
  641.    The Traffic Descriptor IE is accompanied by the Broadband Bearer
  642.    Capability IE and the QoS Parameter IE.  Together these define the
  643.    signaling view of ATM traffic management.  In this memo, we present
  644.    an agreed-on, required subset of traffic management capabilities, as
  645.    specified by using the three IEs. The figure immediately below shows
  646.    the set of the allowable combinations of traffic parameters which all
  647.    IP over ATM endsystems MUST support in their ATM signaling.  The
  648.    subset includes Best Effort in the form of a non-guaranteed bitrate
  649.    combination (the rightmost column of the table below); a type of
  650.    traffic description that is intended for ATM "pipes", for example
  651.    between two routers (the middle column); and a type of traffic
  652.    description that will allow initial use of token-bucket style
  653.    characterizations of the source, as presented in RFC 1363 [PART92]
  654.    and RFC 1633, for example (the leftmost column).
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 12]
  675.  
  676. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  677.  
  678.  
  679.                  Combinations of Traffic Related Paramenters
  680.                  that MUST be supported in the SETUP message
  681.  
  682.                    |---------------------------------|
  683.                    |Broadband Bearer                 |
  684.                    |Capability                       |
  685.                    |---------------------------------|
  686.                    |Broadband Bearer     | C | X | X |
  687.                    |---------------------|---|---|---|
  688.                    |Traffic Type         |   |   |   |
  689.                    |(CBR,VBR)            |   |CBR| & |
  690.                    |---------------------|---|---|---|
  691.                    |Timing Required      |   |YES| &&|
  692.                    |---------------------------------|
  693.                    |Traffic Descriptor               |
  694.                    |Parameter                        |
  695.                    |---------------------------------|
  696.                    |PCR (CLP=0)          |   |   |   |
  697.                    |---------------------|---|---|---|
  698.                    |PCR (CLP=0+1)        | S | S | S |
  699.                    |---------------------|---|---|---|
  700.                    |SCR (CLP=0)          |   |   |   |
  701.                    |---------------------|---|---|---|
  702.                    |SCR (CLP=0+1)        | S |   |   |
  703.                    |---------------------|---|---|---|
  704.                    |MBS (CLP=0)          |   |   |   |
  705.                    |---------------------|---|---|---|
  706.                    |MBS (CLP=0+1)        | S |   |   |
  707.                    |---------------------|---|---|---|
  708.                    |Best Effort          |   |   | S |
  709.                    |---------------------|---|---|---|
  710.                    |Tagging              | NO| NO| NO|
  711.                    |---------------------------------|
  712.                    |---------------------------------|
  713.                    |QOS Classes          | 0 | 0 | 0 |
  714.                    -----------------------------------
  715.  
  716.    S = Specified
  717.    & = Parameter is coded to either "no indication" or VBR or octet 5a
  718.        (Traffic Type/Timing Required) is absent; these three codings are
  719.        treated as equivalent
  720.    && = Parameter is coded to either "no indication" or "No" or octet 5a
  721.         is absent; these three codings are treated as equivalent
  722.  
  723.    Use of other allowable combinations of traffic parameters listed in
  724.    the large table in Appendix C may work, since they are allowed by
  725.    [ATMF94], but this will depend on the the calling endsystem, the
  726.    network, and the called endsystem.
  727.  
  728.  
  729.  
  730. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 13]
  731.  
  732. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  733.  
  734.  
  735.    If Best Effort service is not use, link rate SHOULD not be requested
  736.    as the peak cell rate. Without any knowledge of the application, it
  737.    is RECOMMENDED that a fraction, such as 1/10th, of the the link
  738.    bandwidth be requested.
  739.  
  740.    [ATMF93] does not provide any capability for negotiation of the ATM
  741.    traffic descriptor paramenters.  This means that:
  742.  
  743.      a) the calling endsystem SHOULD have some prior knowledge as to
  744.         the traffic contract that will be acceptable to both the
  745.         called endsystem and the network.
  746.  
  747.      b) if, in response to a SETUP message, a calling endsystem
  748.         receive a RELEASE COMPLETE message, or a CALL PROCEEDING
  749.         message followed by a RELEASE COMPLETE message, with cause
  750.         #37, User Cell Rate Unavailable, it MAY examine the
  751.         diagnostic field of the Cause IE and reattempt the call after
  752.         selecting smaller values for the parameter(s) indicated.  If
  753.         the RELEASE COMPLETE or RELEASE message is received with cause
  754.         #73, Unsupported combination of traffic parameter, it MAY
  755.         try other combinations from table 5-7 and 5-8 of [ATMF93].
  756.  
  757.      c) the called endsystem SHOULD examine the ATM traffic descriptor
  758.         IE in the SETUP message.  If it is unable to process cells at
  759.         the Forward PCR indicated, it SHOULD clear the call with cause
  760.         #37, User Cell Rate Unavailable.
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 14]
  787.  
  788. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  789.  
  790.  
  791. 7.2.  Broadband Bearer Capability
  792.  
  793.    Broadband Bearer Connection Oriented Service Type X (BCOB-X) or Type
  794.    C (BCOB-C) are both applicable for multiprotocol interconnection,
  795.    depending on the service(s) provided by the ATM network and the
  796.    capabilities (e.g., for traffic shaping) of the ATM endsystem. The
  797.    table in the previous section showed the use of BCOB-X and BCOB-C
  798.    with other parameters.  The figure below shows format and field
  799.    values for a BCOB-X when the Traffic Descriptor IE indicates Best
  800.    Effort.
  801.  
  802.           Format and field values of Broadband Bearer Capability IE
  803.  
  804.           ----------------------------------------------------------
  805.           | bb_bearer_capability                                   |
  806.           ----------------------------------------------------------
  807.           |  spare                       0                         |
  808.           |  bearer_class                16      (BCOC-X)          |
  809.           |  spare                       0                         |
  810.           |  traffic_type                0       (no indication)   |
  811.           |  timing_reqs                 0       (no indication)   |
  812.           |  susceptibility_to_clipping  0       (not suscept)     |
  813.           |  spare                       0                         |
  814.           |  user_plane_configuration    0       (point_to_point)  |
  815.           ----------------------------------------------------------
  816.  
  817.    IP over ATM signaling MUST permit BCOB-C and BCOB-X, in the
  818.    combinations shown in the previous section.  It MAY also permit one
  819.    of the allowable combinations shown in Appendix C.
  820.  
  821.    Currently, there is no capability for negotiation of the broadband
  822.    bearer capability.  This means that:
  823.  
  824.      a) the calling endsystem SHOULD have some prior knowledge as to
  825.         the broadband bearer capability that will be acceptable to
  826.         both the called endsystem and the network.
  827.  
  828.      b) if, in response to a SETUP message, a calling endsystem
  829.         receives a RELEASE COMPLETE message, or a CALL PROCEEDING
  830.         message followed by a RELEASE COMPLETE message, with cause
  831.         #57, bearer capability not authorized or #58 bearer capability
  832.         not presently available, it MAY reattempt the call after
  833.         selecting another bearer capability.
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 15]
  843.  
  844. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  845.  
  846.  
  847. 7.3.  QoS Parameter
  848.  
  849.    The Unspecified QoS class (Class 0) is the only QoS class that must
  850.    be supported by all networks and the only QoS class allowed when
  851.    using the Best Effort service. The Specified QoS Class for Connection
  852.    Oriented Data Transfer (Class 3) or the Specified QoS Class for
  853.    Connectionless Data Transfer (Class 4) may be applicable to
  854.    multiprotocol over ATM, but their use has to be negotiated with the
  855.    network provider.  The combinations of QoS parameters with the ATM
  856.    Traffic Descriptor and the Broadband Bearer Capability are detailed
  857.    in the Traffic Descriptor section and in Appendix C.
  858.  
  859.           Format and field values of QoS Parameters IE
  860.  
  861.           ----------------------------------------------------------
  862.           | qos_parameter                                          |
  863.           ----------------------------------------------------------
  864.           |  qos_class_fwd              0         (class 0)        |
  865.           |  qos_class_bkw              0         (class 0)        |
  866.           ----------------------------------------------------------
  867.  
  868.    [ATMF93] does not provide any capability for negotiation of Quality
  869.    of Service parameters.  This means that:
  870.  
  871.      a) the calling endsystem SHOULD have some prior knowledge as to
  872.         the QoS classes offered by the ATM network in conjunction with
  873.         the requested Broadband Bearer Service and Traffic Descriptor.
  874.  
  875.      b) if, in response to a SETUP message, a calling endsystem
  876.         receives a RELEASE COMPLETE message, or a CALL PROCEEDING
  877.         message followed by a RELEASE COMPLETE message, with cause
  878.         #49, Quality of Service Unavailable, it MAY reattempt the call
  879.         after selecting another QoS class.
  880.  
  881.    Note: The two-bit 'coding standard' field of the General Information
  882.    octet in the IE header, SHOULD be set to '00' now that the ITU-T has
  883.    standardized QoS class 0. Endsystems SHOULD treat either value ('11'
  884.    or '00') as requesting the ITU-T QoS class.
  885.  
  886. 7.4.  ATM Addressing Information
  887.  
  888.    ATM addressing information is carried in the Called Party Number,
  889.    Calling Party Number, and, under certain circumstance, Called Party
  890.    Subaddress, and Calling Party Subaddress IE. Section 5.8 of [ATMF93]
  891.    provides the procedure for an ATM endsystem to learn its own ATM
  892.    address from the ATM network, for use in populating the Calling Party
  893.    Number IE.  Section 5.4.5.14 [ATMF94] describes the syntax and
  894.    semantics of the calling party subaddress IE.
  895.  
  896.  
  897.  
  898. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 16]
  899.  
  900. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  901.  
  902.  
  903.    RFC 1577 RECOMMENDS that a router be able to provide multiple LIS
  904.    support with a single physical ATM interface that may have one or
  905.    more individual ATM endsystem addresses.  Use of the Selector field
  906.    in the NSAPAs and E.164 addresses (in the NSAP format) is identified
  907.    as a way to differentiate up to 256 different LISs for the same ESI.
  908.    Therefore, an IP router MAY associate the IP addresses of the various
  909.    LISs it supports with distinct ATM addresses differentiated only by
  910.    the SEL field. If an IP router does this association, then its
  911.    signaling entity MUST carry in the SETUP message the ATM addresses
  912.    corresponding to the particular IP entity requesting the call, and
  913.    the IP entity it is requesting a call to. These ATM addresses are
  914.    carried in the Calling and Called Party Number IEs respectively.
  915.    Native E.164 addresses do not support a SEL field.  For IP routers
  916.    residing in a Public UNI where native E.164 addresses are used it is
  917.    RECOMMENDED that multiple E.164 addresses be used to support multiple
  918.    LISs.  Note: multiple LIS support is the only recommended use of the
  919.    SEL field. Use of this field is not recommended for selection of
  920.    higher level applications.
  921.  
  922.    Resolution of IP addresses to ATM addresses is required of hosts and
  923.    routers which are ATM endsystems that use ATM SVCs. RFC 1577 provides
  924.    a mechanism for doing IP to ATM address resolution in the classical
  925.    IP model.
  926.  
  927.           Format and field values of Called and Calling Party Number IE
  928.  
  929.           ----------------------------------------------------------
  930.           | called_party_number                                    |
  931.           ----------------------------------------------------------
  932.           |  type_of_number      (international number / unknown)  |
  933.           |  addr_plan_ident     (ISDN / ATM Endsystem Address)    |
  934.           |  addr_number         (E.164 / ATM Endsystem Address)   |
  935.           ----------------------------------------------------------
  936.  
  937.  
  938.           ----------------------------------------------------------
  939.           | calling_party_number                                   |
  940.           ----------------------------------------------------------
  941.           |  type_of_number      (international number / unknown)  |
  942.           |  addr_plan_ident     (ISDN / ATM Endsystem Address)    |
  943.           |  presentation_indic  (presentation allowed)            |
  944.           |  spare               0                                 |
  945.           |  screening_indic     (user provided verified & passed) |
  946.           |  addr_number         (E.164 / ATM Endsystem Address    |
  947.           ----------------------------------------------------------
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 17]
  955.  
  956. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  957.  
  958.  
  959. 8.  Dealing with Failure of Call Establishment
  960.  
  961.    If an ATM call attempt fails with any of the following causes, the
  962.    situation SHOULD be treated as Network Unreachable (if the called ATM
  963.    endsystem is a router) or Host Unreachable (if the called ATM
  964.    endsystem is a host).  See the treatment of Network and Host
  965.    Unreachable conditions in RFC 1122 [BRAD89].
  966.  
  967.         #  1  unallocated (unassigned) number
  968.         #  3  no route to destination
  969.         # 17  user busy
  970.         # 18  no user reponding
  971.         # 27  destination out of order
  972.         # 38  network out of order
  973.         # 41  temporary failure
  974.         # 47  resource unavailable, unspecified
  975.  
  976.    If an ATM call attempt fails with any of the following causes, the
  977.    ATM endsystem MAY retry the call, changing (or adding) the IE(s)
  978.    indicated by the cause code and diagnostic.
  979.  
  980.            #  2  no route to specified transit network
  981.            # 21  call rejected
  982.            # 22  number changed
  983.            # 23  user rejects call with CLIR
  984.            # 37  user cell rate unavailable
  985.            # 49  quality of service unavailable
  986.            # 57  bearer capability not authorized
  987.            # 58  bearer capability not presently available
  988.            # 65  bearer capability not implemented
  989.            # 73  unsupported combination of traffic parameter
  990.            # 88  incompatible destination
  991.            # 91  invalid transmit network selection
  992.            # 78  AAL parameter cannot be supported
  993.  
  994. 9.  Security Considerations
  995.  
  996.    Not all of the security issues relating to IP over ATM are clearly
  997.    understood at this time, due to the fluid state of ATM
  998.    specifications, newness of the technology, and other factors.  Future
  999.    revisions of this specification will address the security
  1000.    capabilities that future signaling standards may offer to IP over ATM
  1001.    signaling.
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 18]
  1011.  
  1012. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1013.  
  1014.  
  1015. 10.  Open Issues
  1016.  
  1017.    o   This document version is specifically an RFC 1577/RFC 1483
  1018.        implementation document. Although RFC 1577 and RFC 1483
  1019.        specify an LLC/SNAP encapsulation, which is inherently a
  1020.        multiprotocol encapsulation, it is beyond to scope of this
  1021.        document to go into any multiprotocol specifications other than
  1022.        to point out some examples (see Appendix D for an example of
  1023.        NLPID encapsulation).
  1024.  
  1025. 11.  Acknowledgments
  1026.  
  1027.    The authors wish to thank the work of their colleagues who attend the
  1028.    IP over ATM working group; the ATM Forum Technical Committee; the ATM
  1029.    Signaling Subworking Group in ANSI-Accredited Technical Subcommittee
  1030.    T1S1; the ATM Access Signaling experts in ITU-T (formerly CCITT)
  1031.    Study Group 11. Rao Cherukuri (IBM) and Jeff Kiel (formerly with
  1032.    Bellcore, presently with BellSouth) were particularly valuable in
  1033.    coordinating among T1S1, ITU-T and the ATM Forum to make sure that
  1034.    the needs of multiprotocol over ATM could be expressed in the ATM
  1035.    signaling protocol.
  1036.  
  1037. REFERENCES
  1038.  
  1039.    [ATKI94] Atkinson, R., "Default IP MTU over ATM AAL5", RFC 1626,
  1040.        Naval Research Laboratory, May 1994.
  1041.  
  1042.    [ATMF94] ATM Forum, "ATM User-Network Interface Specification Version
  1043.        3.1", 1994.
  1044.  
  1045.    [ATMF93] ATM Forum, "ATM User-Network Interface Specification Version
  1046.        3.0", (Englewood Cliffs, NJ: Prentice Hall, 1993).
  1047.  
  1048.    [BRAD89] Braden, R., Editor, "Requirements for Internet Hosts --
  1049.        Communication Layers", STD 3, RFC 1122, USC/Information Science
  1050.        Institute, October 1989.
  1051.  
  1052.    [BRAD94] Braden, R., Clark, D., and S. Shenker, "Integrated Service
  1053.        in the Internet Architecture:  An Overview", RFC 1633,
  1054.        USC/Information Science Institute, June 1994.
  1055.  
  1056.    [BRAD92] Bradley, T., and C. Brown, "Inverse Address Resolution
  1057.        Protocol", RFC 1293, Wellfleet Communications, Inc., January
  1058.        1992.
  1059.  
  1060.    [HEIN93] Heinanen, J., "Multiprotocol Encapsulation over ATM
  1061.        Adaptation Layer 5", RFC 1483, Telecom Finland, July 1993.
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 19]
  1067.  
  1068. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1069.  
  1070.  
  1071.    [ISO8473] ISO/IEC 8473, Information processing systems - Data
  1072.        communications - Protocol for providing the connectionless-mode
  1073.        network service, 1988.
  1074.  
  1075.    [ISO9577] Information Technology - Telecommunication and information
  1076.        exchange between systems - Protocol identification in the network
  1077.        layer ISO/IEC TR9577 (International Standards Organization:
  1078.        Geneva, 1990).
  1079.  
  1080.    [LAUB93] Laubach, M., "Classical IP and ARP over ATM", RFC 1577,
  1081.        Hewlett-Packard Laboratories, December 1993.
  1082.  
  1083.    [PART92] Partridge, C., "A Proposed Flow Specification", RFC 1363,
  1084.        BBN, September 1992.
  1085.  
  1086.    [Q.2931] Broadband Integrated Service Digital Network (B-ISDN)
  1087.        Digital Subscriber Signaling System No.2 (DSS2) User Network
  1088.        Interface Layer 3 Specification for Basic Call/Connection Control
  1089.        ITU-T Recommendation Q.2931, (International Telecommunication
  1090.        Union: Geneva, 1994)
  1091.  
  1092. Authors' Addresses
  1093.  
  1094.    Maryann Perez Maher
  1095.    USC/Information Sciences Institute
  1096.    4350 N. Fairfax Drive Suite 400
  1097.    Arlington, VA 22203
  1098.  
  1099.    Phone: 703-807-0132
  1100.    EMail: perez@isi.edu
  1101.  
  1102.  
  1103.    Fong-Ching Liaw
  1104.    FORE Systems, Inc.
  1105.    174 Thorn Hill Road
  1106.    Warrendale, PA 15086-7535
  1107.  
  1108.    Phone: (412) 772-8668
  1109.    EMail: fong@fore.com
  1110.  
  1111.  
  1112.    Allison Mankin
  1113.    USC/Information Sciences Institute
  1114.    4350 N. Fairfax Drive Suite 400
  1115.    Arlington, VA 22203
  1116.  
  1117.    Phone:  703-807-0132
  1118.    EMail: mankin@isi.edu
  1119.  
  1120.  
  1121.  
  1122. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 20]
  1123.  
  1124. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1125.  
  1126.  
  1127.    Eric Hoffman
  1128.    USC/Information Sciences Institute
  1129.    4350 N. Fairfax Drive Suite 400
  1130.    Arlington, VA 22203
  1131.  
  1132.    Phone:  703-807-0132
  1133.    EMail: hoffman@isi.edu
  1134.  
  1135.  
  1136.    Dan Grossman
  1137.    Motorola Codex
  1138.  
  1139.    Phone: 617-821-7333
  1140.    EMail: dan@merlin.dev.cdx.mot.com
  1141.  
  1142.  
  1143.    Andrew G. Malis
  1144.    Ascom Timeplex, Inc.
  1145.    Advanced Products Business Unit
  1146.    289 Great Road   Suite 205
  1147.    Acton, MA  01720
  1148.  
  1149.    Phone: (508) 266-4522
  1150.    EMail: malis@maelstrom.timeplex.com
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 21]
  1179.  
  1180. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1181.  
  1182.  
  1183. Appendix A. Sample Signaling Messages
  1184.  
  1185. 1. SETUP and CONNECT messages
  1186.  
  1187.    This appendix shows sample codings of the SETUP and CONNECT signaling
  1188.    messages. The fields in the IE header are not shown.
  1189.  
  1190.   +--------------------------------------------------------------------+
  1191.                                 SETUP
  1192.  
  1193.     Information Elements/
  1194.       Fields                         Value/(Meaning)
  1195.     --------------------             ---------------
  1196.  
  1197.     aal_parameters
  1198.       aal_type                       5        (AAL 5)
  1199.       fwd_max_sdu_size_ident         140
  1200.       fwd_max_sdu_size               (send IP MTU value)
  1201.       bkw_max_sdu_size_ident         129
  1202.       bkw_max_sdu_size               (recv IP MTU value)
  1203.       sscs_type identifier           132
  1204.       sscs_type                      0        (null SSCS)
  1205.  
  1206.     user_cell_rate
  1207.       fwd_peak_cell_rate_0_1_ident   132
  1208.       fwd_peak_cell_rate_0_1         (link rate)
  1209.       bkw_peak_cell_rate_0_1_ident   133
  1210.       bkw_peak_cell_rate_0_1         (link rate)
  1211.       best_effort_indication         190
  1212.  
  1213.     bb_bearer_capability
  1214.       spare                          0
  1215.       bearer_class                   16       (BCOC-X)
  1216.       spare                          0
  1217.       traffic_type                   0        (no indication)
  1218.       timing_reqs                    0        (no indication)
  1219.       susceptibility_to_clipping     0        (not susceptible to
  1220.                                               clipping)
  1221.       spare                          0
  1222.       user_plane_configuration       0        (point_to_point)
  1223.  
  1224.     bb_low_layer_information
  1225.       layer_2_id                     2
  1226.       user_information_layer         12       (lan_llc (ISO 8802/2)
  1227.  
  1228.     qos_parameter
  1229.       qos_class_fwd                  0        (class 0)
  1230.       qos_class_bkw                  0        (class 0)
  1231.  
  1232.  
  1233.  
  1234. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 22]
  1235.  
  1236. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1237.  
  1238.  
  1239.     called_party_number
  1240.       type_of_number                 (international number / unknown)
  1241.       addr_plan_ident                (ISDN / ATM Endsystem Address)
  1242.       number                         (E.164 / ATM Endsystem Address)
  1243.  
  1244.     calling_party_number
  1245.       type_of_number                 (international number / unknown)
  1246.       addr_plan_ident                (ISDN / ATM Endsystem Address)
  1247.       presentation_indic             (presentation allowed)
  1248.       spare                          0
  1249.       screening_indic                (user_provided verified and passed)
  1250.       number                         (E.164 / ATM Endsystem Address)
  1251.  
  1252.   +--------------------------------------------------------------------+
  1253.                               Figure 1.
  1254.                       Sample contents of SETUP message
  1255.  
  1256.   [* : optional, ignored if present]
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 23]
  1291.  
  1292. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1293.  
  1294.  
  1295.    In IP over ATM environments the inclusion of the "AAL parameters" IE
  1296.    is *mandatory* to allow for MTU size negotiation between the source
  1297.    and destination. The "Broadband Low Layer Information" IE is also
  1298.    mandatory for specifying the IP encapsulation scheme.
  1299.  
  1300.   +--------------------------------------------------------------------+
  1301.                                 CONNECT
  1302.  
  1303.     Information Elements/
  1304.       Fields                         Value
  1305.     --------------------             -----
  1306.     aal_parameters
  1307.       aal_type                       5        (AAL 5)
  1308.       fwd_max_sdu_size_ident         140
  1309.       fwd_max_sdu_size               (send IP MTU value)
  1310.       bkw_max_sdu_size_ident         129
  1311.       bkw_max_sdu_size               (recv IP MTU value)
  1312.       sscs_type identifier           132
  1313.       sscs_type                      0        (null SSCS)
  1314.  
  1315.     bb_low_layer_information
  1316.       layer_2_id                     2
  1317.       user_information_layer         12       (lan_llc (ISO 8802/2)
  1318.  
  1319.     connection identifier
  1320.       spare                          0
  1321.       vp_assoc_signaling             1        (explicit indication of VPCI)
  1322.       preferred_exclusive            0        (exclusive vpci/vci)
  1323.       vpci                           (assigned by network)
  1324.       vci                            (assigned by network)
  1325.   +--------------------------------------------------------------------+
  1326.                                Figure 2.
  1327.                     Sample contents of CONNECT message
  1328.  
  1329.    As in the SETUP message, IP over ATM environments demand the
  1330.    inclusion of the "AAL parameters" IE so that the destination may
  1331.    specify the MTU size that it is willing to receive.
  1332.  
  1333.    2.  Hints on Use of CALL PROCEEDING Message
  1334.  
  1335.    Use of the CALL PROCEEDING message is beneficial in implementations
  1336.    where the called party's ATM signaling entity and AAL Users are
  1337.    decoupled. An arriving SETUP may result in an immediate CALL
  1338.    PROCEEDING response from the called party's ATM signaling entity,
  1339.    while it locally queries the called IP-ATM entity to see if the
  1340.    SETUP's conditions are acceptable. The acceptance of the SETUP's
  1341.    conditions would then cause the ATM signaling entity to issue a
  1342.    CONNECT back to the switch. The two possible refusal modes at the
  1343.  
  1344.  
  1345.  
  1346. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 24]
  1347.  
  1348. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1349.  
  1350.  
  1351.    called party then become:
  1352.  
  1353.            a) Called party has no IP-ATM entity resident. Issue RELEASE
  1354.               COMPLETE in response to SETUP.
  1355.  
  1356.            b) Called party has a resident IP-ATM entity, so CALL PROCEEDING
  1357.               was issued. The IP-ATM entity rejects the call request, so a
  1358.               RELEASE is issued instead (to be acknowledged by the network
  1359.               with RELEASE COMPLETE).
  1360.  
  1361. Appendix B. IP over ATM using UNI 3.0 Signaling
  1362.  
  1363.    This appendix describes how to support IP over ATM using UNI 3.0
  1364.    signalling.  Differences in the coding or semantics of each relevant
  1365.    IE is given.
  1366.  
  1367.    1. AAL parameter
  1368.  
  1369.    Values for maximum SDU size may range from one (not zero) to 64K.
  1370.  
  1371.    A 'mode' field is an allowable field in UNI 3.0. Nevertheless, this
  1372.    'mode' field SHOULD be omitted from the AAL Parameters IE and MUST be
  1373.    ignored by the destination endsystem.
  1374.  
  1375.    2. Traffic Management Related IEs
  1376.  
  1377.    In UNI 3.0 issues of traffic management were less understood than in
  1378.    UNI 3.1. UNI 3.0 does not contain a guide to coordinating the use of
  1379.    the User Cell Rate IE (Traffic Descriptor IE in UNI 3.1), Broadband
  1380.    Bearer Capability IE, and QoS parameters IE. Therefore, the
  1381.    recommendation for specifying parameters in these IEs is the same as
  1382.    that given above when using UNI 3.1.  The following section merely
  1383.    describes relevant differences in names and code values.
  1384.  
  1385.    2.1 ATM User Cell Rate (instead of ATM Traffic Descriptor)
  1386.  
  1387.    The ATM Traffic Descriptor IE is refered to as 'ATM User Cell Rate'
  1388.    IE in UNI 3.0. Also, the value for the cause 'user cell rate
  1389.    unavailable' is #51.
  1390.  
  1391.    2.3 QoS parameters
  1392.  
  1393.    The two-bit 'coding standard' field of the General Information octet
  1394.    in the IE header, should be set to '11' inidicating that the IE is a
  1395.    standard defined for the network (as opposed to an ITU-TS standard)
  1396.    present on the network side of the interface.
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 25]
  1403.  
  1404. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1405.  
  1406.  
  1407.    3. ATM Addressing Information
  1408.  
  1409.    In UNI 3.1, the 'ATM Endsystem Address' type was introduced to
  1410.    differentiate ATM addresses from OSI NSAPs. In UNI 3.0, 'ATM
  1411.    Endsystem Address' is not a valid type. Therefore, in the called and
  1412.    calling party subaddress IEs the three-bit 'type of subaddress' field
  1413.    MUST specify 'NSAP' (value = 001) when using the subaddress IE to
  1414.    carry ATM addresses.
  1415.  
  1416.    4. Dealing with Failure of Call Establishment
  1417.  
  1418.    In UNI 3.0 the there are certain cause values which are different
  1419.    than UNI 3.1. Two relevant differences are the following:
  1420.  
  1421.       'AAL Parameter Cannot Be Supported' is #93 (#78 in UNI 3.1), and
  1422.  
  1423.       'User Cell Rate Unavailable' is #51 (#37 in UNI 3.1).
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 26]
  1459.  
  1460. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1461.  
  1462.  
  1463. Appendix C.
  1464.  
  1465.                  Combinations of Traffic Related Parameters
  1466.                  tha MAY be supported in the SETUP message
  1467.  
  1468.     |-----------------------------------------------------------------|
  1469.     |Broadband Bearer                                                 |
  1470.     |Capability                                                       |
  1471.     |-----------------------------------------------------------------|
  1472.     |Broadband Bearer     |A,C| X |X  |C  | X |C| X |A,C| X | X |C| X |
  1473.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1474.     |Traffic Type         |   |   |   |   |   | |   |   |   |   | |   |
  1475.     |(CBR,VBR)            |   |CBR| & |   |&  | |&  |   |CBR|&  |&| & |
  1476.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1477.     |Timing Required      |   | Y |&& |   |&& | |&& |   | Y |&& | |&& |
  1478.     |-----------------------------------------------------------------|
  1479.     |Traffic Descriptor                                               |
  1480.     |Parameter                                                        |
  1481.     |-----------------------------------------------------------------|
  1482.     |PCR (CLP=0)          | S | S | S |   |   | |   |   |   |   | |   |
  1483.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1484.     |PCR (CLP=0+1)        | S | S | S | S | S |S| S | S | S | S |S| S |
  1485.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1486.     |SCR (CLP=0)          |   |   |   |   | S |S|   |   |   |   | |   |
  1487.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1488.     |SCR (CLP=0+1)        |   |   |   |   |   | | S | S |   |   | |   |
  1489.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1490.     |MBS (CLP=0)          |   |   |   |   | S |S|   |   |   |   | |   |
  1491.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1492.     |MBS (CLP=0+1)        |   |   |   |   |   | | S | S |   |   | |   |
  1493.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1494.     |Best Effort          |   |   |   |   |   | |   |   |   |   |S| S |
  1495.     |---------------------|---|---|---|---|---|-|---|---|---|---|-|---|
  1496.     |Tagging              |Y/N|Y/N|Y/N|Y/N|Y/N|N| N | N | N | N |N| N |
  1497.     |-----------------------------------------------------------------|
  1498.     |-----------------------------------------------------------------|
  1499.     |QOS Classes          | * | * | * | * | * |*| * | * | * | * |0| 0 |
  1500.     |-----------------------------------------------------------------|
  1501.  
  1502.     (Table 2 is a reproduction of Table F-1 of Appendix F in [ATMF 94].)
  1503.  
  1504.  
  1505.     PCR = Peak Cell Rate, SCR = Sustainable Cell Rate,
  1506.     MBS = Maximum Burst Size
  1507.  
  1508.     Y = Yes, N = No, S = Specified
  1509.  
  1510.     Y/N = either "Yes" or "No" is allowed
  1511.  
  1512.  
  1513.  
  1514. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 27]
  1515.  
  1516. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1517.  
  1518.  
  1519.     * = allowed QoS class values are a network option. Class 0 is
  1520.         always supported for alignment with ITU-T
  1521.  
  1522.     & = parameter is coded to either "no indication" or VBR or
  1523.         octet 5a(Traffic Type/Timing Required) is absent; these three
  1524.         codings are treated as equivalent
  1525.  
  1526.     && = parameter is coded to either "no indication" or "No" or
  1527.         octet 5a(Traffic Type/Timing Required) is absent; these three
  1528.         codings are treated as equivalent
  1529.  
  1530.     A blank entry in the table indicates that the parameter is not
  1531.     present.
  1532.  
  1533. Appendix D.  Frame Relay Interworking
  1534.  
  1535. 1.  RFC 1490 over FR-SSCS vs. RFC 1483 over null-SSCS
  1536.  
  1537.    Procedures for Frame Relay to ATM signaling interworking have not yet
  1538.    been specified by ITU-T, the ATM Forum, or the Frame Relay Forum. If
  1539.    an ATM endsystem wishes to use FR-SSCS, FR-SSCS and RFC 1490
  1540.    encapsulation must both be be specified in the SETUP message.
  1541.    Nevertheless, since neither LLC encapsulation nor VC-multiplexing
  1542.    will interoperate when used over FR-SSCS, these two encapsulations
  1543.    cannot be negotiated as alternatives to RFC 1490 encapsulation (see
  1544.    Section 4, Encapsulation Negotiation).
  1545.  
  1546.    In ATM environments the SSCS layer is part of the AAL functionality.
  1547.    The SSCS serves to coordinate the needs of a protocol above with the
  1548.    requirements of next lower layer, the Common Part Convergence
  1549.    Sublayer (CPCS). For example, the UNI ATM signaling protocol runs on
  1550.    top of a signaling SSCS which among other things provides an assured
  1551.    transfer service for signaling messages. Since the SSCS is considered
  1552.    part of the AAL, the SSCS type is specified as one of the parameters
  1553.    in the AAL Parameters IE.  To date there has not been an SSCS defined
  1554.    for data transmission in ATM and this type field is usually set to
  1555.    'null'.
  1556.  
  1557.    The exception occurs when doing FR interworking where an ATM
  1558.    endsystem may choose to use the FR-SSCS over AAL 5 in order to
  1559.    communicate with a FR endsystem.  In that case the SSCS type in the
  1560.    AAL Parameters IE of the SETUP message is set to 'FR-SSCS'.
  1561.  
  1562.    Also included in a SETUP message is an indication in the B-LLI IE of
  1563.    the protocol layers to be used above the AAL. In particular, ATM
  1564.    connections established to carry connectionless network interconnect
  1565.    traffic require a layer above the AAL for multiplexing multiple
  1566.    protocols over a single VC [HEIN 93]. As mentioned above, RFC 1577
  1567.  
  1568.  
  1569.  
  1570. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 28]
  1571.  
  1572. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1573.  
  1574.  
  1575.    defines LLC as default multiplexing layer for IP over AAL5.
  1576.  
  1577.    Specification of the SSCS restricts the encapsulation protocol used
  1578.    over it, since RFC 1483 (in addition to applicable ITU standards)
  1579.    defines the use of RFC 1490 encapsulation over the FR-SSCS, and LLC
  1580.    or null encapsulation otherwise.  The fact that it is not possible,
  1581.    in the UNI 3.0 signaling specification, to negotiate between the FR-
  1582.    SSCS and null-SSCS can result in interoperability restrictions
  1583.    between stations that implement and wish to use the FR-SSCS and those
  1584.    that do not, even though they both are using IP. The guidelines in
  1585.    the following section were developed to decrease the chance that such
  1586.    interoperability restrictions occur.
  1587.  
  1588. 2.  Scenarios for Interworking
  1589.  
  1590.    The following discussion uses the terms "network interworking" and
  1591.    "service interworking".  "Network interworking" uses FR-SSCS over
  1592.    AAL5 between the InterWorking Unit (IWU) and the ATM endsystem, and
  1593.    the ATM endsystem is aware that the other endpoint is a FR/ATM
  1594.    Network IWU.  "Service interworking" aims to make the operation
  1595.    transparent to the ATM endsystem by adding encapsulation translation
  1596.    and other payload processing in the FR/ATM Service IWU to allow the
  1597.    ATM endsystem to operate as if it were talking to another ATM
  1598.    endsystem.
  1599.  
  1600.    The most common scenario where FR-SSCS could be negotiated is between
  1601.    an ATM endsystem and a FR/ATM network IWU to allow connectivity among
  1602.    an ATM endsystem and a FR endsystem residing behind a FR/ATM network
  1603.    IWU.
  1604.  
  1605.                      --------        --------
  1606.       -------       |        |      |        |       -------
  1607.      |   A   |      | FR/ATM |      |   ATM  |      |   B   |
  1608.      |  (FR) |----->|  IWU   |----->| switch |----->| (ATM) |
  1609.       -------       |        |      |        |       -------
  1610.                      --------        --------
  1611.  
  1612.              |      |        |                      |
  1613.               ----->          --------------------->
  1614.              FR call                 ATM call
  1615.  
  1616.    A network IWU can place a call to an ATM host (on behalf of a FR
  1617.    host) by signaling for FR-SSCS and assuming that the ATM endsystem
  1618.    supports FR-SSCS. The B-LLI IE SHALL be encoded to indicate RFC 1490
  1619.    encapsulation and the SSCS type field of the AAL Parameters IE SHALL
  1620.    be coded to indicate FR-SSCS.  If the FR-SSCS negotiation fails
  1621.    because the called ATM host does not support FR-SSCS, the IWU can
  1622.    retry the call negotiating for LLC encapsulation or VC-multiplexing.
  1623.  
  1624.  
  1625.  
  1626. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 29]
  1627.  
  1628. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1629.  
  1630.  
  1631.    However, the IWU can only attempt the retry if it is able to do FR-
  1632.    ATM service interworking. Such service interworking adds extra
  1633.    processing overhead during the call.
  1634.  
  1635.    The even more problematic case occurs when a call is requested in the
  1636.    opposite direction, i.e. when an ATM host places a call to a host
  1637.    residing behind an IWU.
  1638.  
  1639.                      --------        --------
  1640.       -------       |        |      |        |       -------
  1641.      |   B   |      | FR/ATM |      |   ATM  |      |   A   |
  1642.      |  (FR) |<-----|  IWU   |<-----| switch |<-----| (ATM) |
  1643.       -------       |        |      |        |       -------
  1644.                      --------        --------
  1645.  
  1646.              |      |        |                      |
  1647.               <-----          <---------------------
  1648.              FR call                 ATM call
  1649.  
  1650.    Not knowing that the destination resides behind an IWU, the calling
  1651.    host will negotiate for the default LLC encapsulation (possibly
  1652.    requesting VC-multiplexing as an alternative).  In this situation the
  1653.    IWU can accept the call and do the necessary service interworking or
  1654.    reject the call specifying 'AAL Parameters not supported'. If the IWU
  1655.    rejects the call it risks the possibility that calling host does not
  1656.    support FR-SSCS or simply does not retry and the call will never be
  1657.    established.
  1658.  
  1659. 3.  Possible Alternatives
  1660.  
  1661.    While Frame Relay interworking is possible, it is not possible to
  1662.    negotiate FR-SSCS with LLC encapsulation or VC-multiplexing, which
  1663.    decreases the chances of completing an ATM call.  However,
  1664.    interoperability can be increased using the following alternatives:
  1665.  
  1666.    1. Maintaining external knowledge that a particular destination uses
  1667.    FR-SSCS.  This knowledge can be configured, or in the future added to
  1668.    some network host database.
  1669.  
  1670.    2. In the absence of such external knowledge, an ATM endsystem is
  1671.    required to negotiate for the default LLC encapsulation (possibly
  1672.    requesting VC-multiplexing as an alternative).  There are three sub-
  1673.    cases:
  1674.  
  1675.    2a. The IWU supports service interworking and network interworking,
  1676.    and prefers service interworking.  The IWU simply accepts the call
  1677.    using LLC encapsulation.
  1678.  
  1679.  
  1680.  
  1681.  
  1682. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 30]
  1683.  
  1684. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1685.  
  1686.  
  1687.    2b. The IWU supports service interworking and network interworking,
  1688.    and prefers network interworking.  The IWU simply accepts the call,
  1689.    but attempts to open a parallel connection back to the original ATM
  1690.    endsystem negotiating the FR-SSCS use.  If the connection is
  1691.    accepted, the IWU closes the service interworking connection.
  1692.  
  1693.    2c. The IWU supports network interworking only.  The IWU rejects the
  1694.    call specifying 'AAL Parameters not supported', and then attempts to
  1695.    open a connection back to the original ATM endsystem negotiating the
  1696.    FR-SSCS use.
  1697.  
  1698. 4.  Encapsulation negotiation
  1699.  
  1700.    The call/connection control signaling protocol includes a mechanism
  1701.    to support negotiation of encapsulation for endsystems that support
  1702.    more than one. This section describes the procedures for negotiation
  1703.    of an encapsulation.
  1704.  
  1705.    The B-LLI negotiation procedures (see Annex C of [ATMF93]) are
  1706.    initiated by the calling ATM endsystem by including up to three
  1707.    instances of the B-LLI IE in the SETUP message in descending order of
  1708.    preference (following the rule for repeating IE in section 5.4.5.1 of
  1709.    [ATMF93]).
  1710.  
  1711.    The following is the list of the three possible combinations that B-
  1712.    LLI IE instances MAY be included in the SETUP message.  Each instance
  1713.    is referred to by its encapsulation name as it appears in RFC 1483,
  1714.    and corresponding section labels from Appendix D of the ATM Forum UNI
  1715.    3.0 specification.
  1716.  
  1717.      a) LLC/SNAP encapsulation (D.3.1)
  1718.  
  1719.    In this case, the calling ATM endsystem can only send and receive
  1720.    packets preceded by an LLC/SNAP identification. This memo requires
  1721.    that hosts and routers which are ATM endsystems implement LLC/SNAP
  1722.    encapsulation.
  1723.  
  1724.      b) VC-multiplexing (D.3.2) and LLC/SNAP (D.3.1)
  1725.  
  1726.    The calling ATM endsystem prefers to use VC multiplexing, but is
  1727.    willing to agree to use LLC/SNAP encapsulation instead, if the called
  1728.    ATM endsytem only supports LLC/SNAP.
  1729.  
  1730.      c) RFC 1490 encapsulation (NLPID multiplexing) over FRSSCS
  1731.        (D.3.3, omitting octets 7a and 7b and MUST have FR-SSCS in SSCS
  1732.        type of AAL Parameters IE.)
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 31]
  1739.  
  1740. RFC 1755         ATM Signaling Support for IP over ATM     February 1995
  1741.  
  1742.  
  1743.    The calling ATM endsystem can only send and receive packets using RFC
  1744.    1490 encapsulation (NLPID multiplexing) over FRSSCS.  Use of RFC 1490
  1745.    encapsulation presently cannot be negotiated as an alternative to LLC
  1746.    encapsulation or VC-multiplexing.  If the B-LLI IE is encoded to
  1747.    indicate RFC 1490 encapsulation, the SSCS type field of the AAL
  1748.    Parameters IE SHALL coded to indicate FRSSCS.  Note that the AAL
  1749.    Parameters IE can not be coded to indicate both NULL and FR-SSCS and
  1750.    neither LLC encapsulation nor VC-multiplexing will be interoperable
  1751.    when used over FR-SSCS.
  1752.  
  1753.    The called ATM endsystem SHALL select the encapsulation method it is
  1754.    able to support from the B-LLI IE present in SETUP message.  If it
  1755.    supports more than one of the encapsulations indicated in the SETUP
  1756.    message, it MUST select the one which appears first in the SETUP
  1757.    message.  The called ATM endsystem then includes the B-LLI IE content
  1758.    corresponding to the selected encapsulation in the CONNECT message.
  1759.    If the called endsystem does not support any encapsulation indicated
  1760.    in the incoming SETUP message, it SHALL clear the call with cause
  1761.    #88, incompatible destination.  If the received SETUP message does
  1762.    not include the B-LLI IE, the call SHALL be cleared with cause #21,
  1763.    "call rejected", with diagnostics indicating rejection reason =
  1764.    information element missing and the B-LLI IE identifier.  As
  1765.    described in Annex C of [ATMF93], if the calling ATM endpoint
  1766.    receives a CONNECT message that does not contain a B-LLI IE, it SHALL
  1767.    assume the encapsulation indicated in the first BLLI IE that it
  1768.    included in the SETUP message.
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Perez, Liaw, Mankin, Hoffman, Grossman & Malis                 [Page 32]
  1795.  
  1796.